home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP Eylül 1998.iso / Slackwar / docs / Glibc2-HOWTO < prev    next >
Text File  |  1998-01-15  |  33KB  |  890 lines

  1.   Glibc 2 HOWTO
  2.   Eric Green, thrytis@imaxx.net
  3.   v1.4, 11 January 1998
  4.  
  5.   The glibc 2 HOWTO covers installing and using the GNU C Library ver¡
  6.   sion 2 (libc 6) on Linux systems.
  7.  
  8.   1.  Introduction.
  9.  
  10.   1.1.  About glibc 2.
  11.  
  12.   Glibc 2 is the latest version of the GNU C Library. It currently runs
  13.   unmodified on GNU Hurd systems and Linux i386, m68k, and alpha
  14.   systems.  Support for Linux PowerPC, MIPS, Sparc, Sparc 64, and Arm
  15.   will be in version 2.1.  In the future support for other architectures
  16.   and operating systems will be added.
  17.  
  18.   On Linux, glibc 2 is used as the libc with major version 6, the
  19.   successor of the Linux libc 5.  It is intended by the Linux libc
  20.   developers to eventually replace libc 5.  As of 2.0.6, glibc is
  21.   considered production quality.  Version 2.1 (due out in the near
  22.   future) will be ready for main stream use along with adding more ports
  23.   and features.
  24.  
  25.   There are three optional add-ons available for glibc 2:
  26.  
  27.      Crypt
  28.         The UFC-crypt package.  It is seperate  because of export
  29.         restrictions.
  30.  
  31.      LinuxThreads
  32.         An implementation of the Posix 1003.1c "pthread" interface.
  33.  
  34.      Locale data
  35.         Contains the data needed to build the locale data files to use
  36.         the internationalization features of the glibc.
  37.  
  38.   The crypt and LinuxThreads add-ons are strongly recommended... not
  39.   using them risks to be incompatible with the libraries of other
  40.   systems.  (If you do not wish to use them, you must add the option
  41.   --disable-sanity-checks when you run configure.)
  42.  
  43.   1.2.  About this document.
  44.  
  45.   This HOWTO covers installing the glibc 2 library on an existing Linux
  46.   system.  It is tailored for users of Intel based systems currently
  47.   using libc 5, but users of other systems and alternate libraries (such
  48.   as glibc 1) should be able to use this information by substituting the
  49.   proper filenames and architecture names in the appropriate places.
  50.  
  51.   The latest copy of this HOWTO can be found as part of the Linux
  52.   Documentation Project <http://sunsite.unc.edu/LDP> or from
  53.   <http://www.imaxx.net/~thrytis/glibc/Glibc2-HOWTO.html>.
  54.  
  55.   1.3.  Recent changes in this document.
  56.  
  57.   Differences between version 1.4 and 1.3:
  58.  
  59.   ╖  Changed current status from experimental to production.
  60.  
  61.   ╖  Updated list of developmental ports.
  62.  
  63.   ╖  Updated latest version to 2.0.6.
  64.  
  65.   Differences between version 1.3 and 1.2:
  66.  
  67.   ╖  Added a note about recommended add-ons.
  68.  
  69.   ╖  Added information about the glibc-linux mailing list.
  70.  
  71.   ╖  Updated information on Redhat glibc based distribution.
  72.  
  73.   ╖  Updated location of Debian glibc packages.
  74.  
  75.   ╖  Added texinfo version dependancy.
  76.  
  77.   2.  Choosing your installation method.
  78.  
  79.   There are a few ways to install glibc.  You can install the libraries
  80.   as a test, using the existing libraries as the default but letting you
  81.   try the new libraries by using different options when compiling your
  82.   program.  Installing in this way also makes it easy to remove glibc in
  83.   the future (though any program linked with glibc will no longer work
  84.   after the libraries are removed). Using glibc as a test library
  85.   requires you to compile the libraries from source.  There is no binary
  86.   distribution for installing libraries this way.  This installation is
  87.   described in ``Installing as a test library''.
  88.  
  89.   The other way described in this document to install is using glibc as
  90.   your primary library.  All new programs that you compile on your
  91.   system will use glibc, though you can link programs with your old
  92.   libraries using different options while compiling.  You can either
  93.   install the libraries from binaries, or compile the library yourself.
  94.   If you want to change optimization or configuration options, or use an
  95.   add-on which is not distributed as a binary package, you must get the
  96.   source distribution and compile.  This installation procedure is
  97.   described in ``Installing as the primary C library''.
  98.  
  99.   Frodo Looijaard describes yet another way of installing glibc.  His
  100.   method involves installing glibc as a secondary library and setting up
  101.   a cross compiler to compile using glibc.  The installation procedure
  102.   for this method is more complicated then the test library install
  103.   described in this document, but allows for easier compiling when
  104.   linking to glibc.  This method is described in his Installing glibc-2
  105.   on Linux <http://huizen.dds.nl/~frodol/glibc/> document.
  106.  
  107.   If you are currently running Debian 1.3 but do not want to upgrade to
  108.   the unstable version of Debian to use glibc, the Debian libc5 to libc6
  109.   Mini-HOWTO <http://www.gate.net/~storm/FAQ/libc5-libc6-Mini-
  110.   HOWTO.html> describes how to use Debian packages to upgrade your
  111.   system.
  112.  
  113.   If you are installing glibc 2 on an important system, you might want
  114.   to use the test install.  Even if there are no bugs, some programs
  115.   will need to be modified before they will compile due to changes in
  116.   function prototypes and types.
  117.  
  118.   3.  Getting the library.
  119.  
  120.   The glibc 2 consists of the glibc package and three optional add-on
  121.   packages, LinuxThreads, Locale, and Crypt.  The source can be found at
  122.  
  123.   ╖  <ftp://prep.ai.mit.edu/pub/gnu/glibc-2.0.6.tar.gz>
  124.  
  125.   ╖  <ftp://prep.ai.mit.edu/pub/gnu/glibc-linuxthreads-2.0.6.tar.gz>
  126.  
  127.   ╖  <ftp://prep.ai.mit.edu/pub/gnu/glibc-localedata-2.0.6.tar.gz>
  128.  
  129.   ╖  <ftp://prep.ai.mit.edu/pub/gnu/glibc-crypt-2.0.6.tar.gz>
  130.  
  131.   It will take about 150 MB of disk space for the full compile and
  132.   install.  The basic binary install of just the core library package is
  133.   about 50 MB.
  134.  
  135.   Binary packages for 2.0.6 are not available.  Version 2.0.4 binary
  136.   packages are available for i386 and m68k, and version 2.0.1 for the
  137.   alpha can be found at
  138.  
  139.   ╖  Intel x86:
  140.  
  141.   ╖  <ftp://prep.ai.mit.edu/pub/gnu/glibc-2.0.4.bin.i386.tar.gz>
  142.  
  143.   ╖  <ftp://prep.ai.mit.edu/pub/gnu/glibc-crypt-2.0.4.bin.i386.tar.gz>
  144.  
  145.   ╖  Alpha:
  146.  
  147.   ╖  <ftp://prep.ai.mit.edu/pub/gnu/glibc-2.0.1.bin.alpha-linux.tar.gz>
  148.  
  149.   ╖  <ftp://prep.ai.mit.edu/pub/gnu/glibc-crypt-2.0.1.bin.alpha-
  150.      linux.tar.gz>
  151.  
  152.   ╖  m68k:
  153.  
  154.   ╖  <ftp://prep.ai.mit.edu/pub/gnu/glibc-2.0.4-m68k-linux.bin.tar.gz>
  155.  
  156.   ╖  <ftp://prep.ai.mit.edu/pub/gnu/glibc-crypt-2.0.4-m68k-
  157.      linux.bin.tar.gz>
  158.  
  159.      There are export restrictions on the crypt add-on.  Non-US users
  160.      should get it from  <ftp://ftp.ifi.uio.no/pub/gnu>.
  161.  
  162.   If you are running a Red Hat distribution, you can get rpms for glibc
  163.   2 from <ftp://ftp.redhat.com/pub/redhat/>.  Glibc 2 is the primary C
  164.   library for the new Red Hat distribution 5.0.
  165.  
  166.   If you are running a Debian distribution, you can get the packages for
  167.   glibc 2 from  <ftp://ftp.debian.org/debian/dists/unstable/main/>.  The
  168.   files are named libc6.  Glibc 2 is now part of the base package of the
  169.   hamm version of Debian, and will be the primary libc when Debian 2.0
  170.   is released.
  171.  
  172.   4.  Installing as a test library.
  173.  
  174.   This section covers installing glibc 2 as a test library.  Anything
  175.   you compile will be linked to your existing libraries unless you give
  176.   some extra parameters to link to the new libraries.  It appears that
  177.   the paths are compiled into quite a few files, so you probably have to
  178.   install the library from source.
  179.  
  180.   4.1.  Compiling and installing.
  181.  
  182.   4.1.1.  Prerequisites.
  183.  
  184.   ╖  About 150 MB free disk space
  185.  
  186.   ╖  GNU make 3.75
  187.  
  188.   ╖  gcc >= 2.7.2 (better 2.7.2.1)
  189.  
  190.   ╖  binutils 2.8.1 (for alpha you need a snapshot)
  191.  
  192.   ╖  bash 2.0
  193.  
  194.   ╖  autoconf 2.12 (if you change configure.in)
  195.  
  196.   ╖  texinfo 3.11
  197.  
  198.   On an i586@133 with 64 MB of RAM, it takes about 3 hours to compile
  199.   with full libraries with add-ons.  On a loaded i686@200, it takes
  200.   about half an hour.
  201.  
  202.   4.1.2.  Extracting the source.
  203.  
  204.   You need to extract the source from the archives so you can compile
  205.   it.  The best way to do this is:
  206.  
  207.         tar xzf glibc-2.0.6.tar.gz
  208.         cd glibc-2.0.6
  209.         tar xzf ../glibc-linuxthreads-2.0.6.tar.gz
  210.         tar xzf ../glibc-crypt-2.0.6.tar.gz
  211.         tar xzf ../glibc-localedata-2.0.6.tar.gz
  212.  
  213.   This will put linuxthreads, crypt, and localedata directories in the
  214.   glibc-2.0.6 directory where configure can find these add-ons.
  215.  
  216.   4.1.3.  Configuring.
  217.  
  218.   In the glibc-2.0.6 directory, create a directory named compile, and cd
  219.   into it.  All work will be done in this directory, which will simplify
  220.   cleaning up.  (The developers have not been very concerned with
  221.   getting 'make clean' perfect yet.)
  222.  
  223.         mkdir compile
  224.         cd compile
  225.  
  226.   Run ../configure.  To use the add-on packages, you need to specify
  227.   them with --enable-add-ons, such as --enable-add-
  228.   ons=linuxthreads,crypt,localedata.  You also need to choose a destina¡
  229.   tion directory to install to.  /usr/i486-linuxglibc2 is a good choice.
  230.   The configure line for this would be:
  231.  
  232.         ../configure --enable-add-ons=linuxthreads,crypt,localedata --prefix=/usr/i486-linuxglibc2
  233.  
  234.   4.1.4.  Compiling and installing.
  235.  
  236.   To compile and verify, run:
  237.  
  238.         make
  239.         make check
  240.  
  241.   If the 'make check' succeeds, install the library:
  242.  
  243.         make install
  244.  
  245.   4.2.  Updating the dynamic loader.
  246.  
  247.   1. Create a link from the new ld.so to /lib/ld-linux.so.2:
  248.  
  249.         ln -s /usr/i486-linuxglibc2/lib/ld-linux.so.2 /lib/ld-linux.so.2
  250.  
  251.   This is the only library where the location is fixed once a program is
  252.   linked, and using a link in /lib will ease upgrading to glibc as your
  253.   primary C library when the stable version is released.
  254.  
  255.   2. Edit /etc/ld.so.conf.  You need to add path to the lib directory
  256.      the new libraries reside in at the end of the file, which will be
  257.      <prefix>/lib, such as /usr/i486-linuxglibc2/lib for the choice
  258.      above.  After you have modified /etc/ld.so.conf, run
  259.  
  260.         ldconfig -v
  261.  
  262.   4.3.  Configuring for gcc.
  263.  
  264.   The last step of installation is updating /usr/lib/gcc-lib so gcc
  265.   knows how to use the new libraries.  First you need to duplicate the
  266.   existing configuration.  To find out which configuration is current,
  267.   use the -v option of gcc:
  268.  
  269.         % gcc -v
  270.         Reading specs from /usr/lib/gcc-lib/i486-unknown-linux/2.7.2.2/specs
  271.         gcc version 2.7.2.2
  272.  
  273.   In this case, i486-unknown-linux is the system, and 2.7.2.2 is the
  274.   version.  You need to copy the /usr/lib/gcc-lib/<system> to the new
  275.   test system directory:
  276.  
  277.         cd /usr/lib/gcc-lib/
  278.         cp -r i486-unknown-linux i486-linuxglibc2
  279.  
  280.   Change into your new test system directory and version directory
  281.  
  282.         cd /usr/lib/gcc-lib/i486-linuxglibc2/2.7.2.2
  283.  
  284.   and edit the file specs found in this directory.  In this file, change
  285.   /lib/ld-linux.so.1 to /lib/ld-linux.so.2.  You also need to remove all
  286.   expressions %{...:-lgmon} in the file, since glibc does not use the
  287.   gmon library for profiling.  A sample specs file can be found in the
  288.   ``Sample specs file'' section.
  289.  
  290.   4.4.  Updating header file links.
  291.  
  292.   You need create links in your new include directory to other include
  293.   directories:
  294.  
  295.         cd /usr/i486-linuxglibc2/include
  296.         ln -s /usr/src/linux/include/linux
  297.         ln -s /usr/src/linux/include/asm
  298.         ln -s /usr/X11R6/include/X11
  299.  
  300.   You might also have other libraries such as ncurses which need their
  301.   header files put in this directory.  You should copy or link the files
  302.   from /usr/include.  (Some libraries may need to be recompiled with
  303.   glibc2 in order to work with it.  In these cases, just compile and
  304.   install the package to /usr/i486-linuxglibc2.)
  305.  
  306.   4.5.  Testing your installation.
  307.  
  308.   To test the installation, create the following program in a file
  309.   glibc.c:
  310.  
  311.         #include <stdio.h>
  312.  
  313.         main()
  314.         {
  315.             printf("hello world!\n");
  316.         }
  317.  
  318.   and compile with the options of "-b <base install directory> -nostdinc
  319.   -I<install directory>/include -I/usr/lib/gcc-lib/<new system dir>/<gcc
  320.   version>/include":
  321.  
  322.         % gcc -b i486-linuxglibc2 -nostdinc -I/usr/i486-linuxglibc2/include -I/usr/lib/gcc-lib/i486-linuxglibc2/2.7.2.2/include glibc.c -o glibc
  323.  
  324.   Use ldd to verify the program was linked with glibc2, and not your old
  325.   libc:
  326.  
  327.         % ldd glibc
  328.         libc.so.6 => /usr/i486-linuxglibc2/lib/libc-2.0.6.so (0x4000d000)
  329.         /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
  330.  
  331.   If it compiles, the links check out, and it generates "hello world!"
  332.   when run, the installation succeeded.
  333.  
  334.   5.  Installing as the primary C library.
  335.  
  336.   This section covers installing glibc 2 as your primary C library.  Any
  337.   new programs you compile will be linked with this library, unless you
  338.   use special compile options to link with another version.
  339.  
  340.   If you are are using Redhat or Debian and have downloaded the
  341.   appropriate rpm or deb files, see the Redhat or Debian installion
  342.   instructions.  You can then skip this section.
  343.  
  344.   5.1.  Building the library from source.
  345.  
  346.   This section explains how to compile glibc 2 and add-ons from the
  347.   sources.  You must compile the library if you want to change
  348.   optimization or configuration options or use a package you do not have
  349.   the binaries for.
  350.  
  351.   5.1.1.  Prerequisites.
  352.  
  353.   ╖  About 150 MB free disk space
  354.  
  355.   ╖  GNU make 3.75
  356.  
  357.   ╖  gcc >= 2.7.2 (better 2.7.2.1)
  358.  
  359.   ╖  binutils 2.8.1 (for alpha you need a snapshot)
  360.  
  361.   ╖  bash 2.0
  362.  
  363.   ╖  autoconf 2.12 (if you change configure.in)
  364.  
  365.   ╖  texinfo 3.11
  366.  
  367.   On an i586@133 with 64 MB of RAM, it takes about 3 hours to compile
  368.   with full libraries with add-ons.  On a loaded i686@200, it takes
  369.   about half an hour.
  370.  
  371.   5.1.2.  Extracting the source.
  372.  
  373.   You need to extract the source from the archives so you can compile
  374.   it.  The best way to do this is:
  375.  
  376.         tar xzf glibc-2.0.6.tar.gz
  377.         cd glibc-2.0.6
  378.         tar xzf ../glibc-linuxthreads-2.0.6.tar.gz
  379.         tar xzf ../glibc-crypt-2.0.6.tar.gz
  380.         tar xzf ../glibc-localedata-2.0.6.tar.gz
  381.  
  382.   This will put linuxthreads, crypt, and localedata directories in the
  383.   glibc-2.0.6 directory where configure can find these add-ons.
  384.  
  385.   5.1.3.  Configuring.
  386.  
  387.   In the glibc-2.0.6 directory, create a directory named compile, and cd
  388.   into it.  All work will be done in this directory, which will simplify
  389.   cleaning up.  (The developers have not been very concerned with
  390.   getting 'make clean' perfect yet.)
  391.  
  392.        mkdir compile
  393.        cd compile
  394.  
  395.   Run ../configure.  To use the add-on packages, you need to specify
  396.   them with --enable-add-ons, such as --enable-add-
  397.   ons=linuxthreads,crypt,localedata.  You probably will also want to
  398.   specify paths where it will be installed.  To match the standard linux
  399.   distributions, specify --prefix=/usr.  (When a prefix of /usr is spec¡
  400.   ified on a linux system, configure knows to adjust other paths to
  401.   place libc.so and other important libraries in /lib.)  The whole con¡
  402.   figure line would be:
  403.  
  404.         ../configure --enable-add-ons=linuxthreads,crypt,localedata --prefix=/usr
  405.  
  406.   5.1.4.  Compiling.
  407.  
  408.   To compile and verify, run:
  409.  
  410.         make
  411.         make check
  412.  
  413.   5.2.  Preparing for installation.
  414.  
  415.   Now you need to move some files around to prepare for the new library,
  416.   whether you are installing from source or binaries.  Any new program
  417.   compiled will be linked to glibc, but old programs which are not
  418.   statically linked will still depend on libc 5, so you can not just
  419.   overwrite the old version.
  420.  
  421.   1. Create a new directory to hold the old files to:
  422.  
  423.         mkdir -p /usr/i486-linuxlibc5/lib
  424.  
  425.   2. The old header files must be evacuated from /usr/include:
  426.  
  427.         mv /usr/include /usr/i486-linuxlibc5/include
  428.  
  429.   3. Create a new include directory and set up the links to other
  430.      include directories:
  431.  
  432.    mkdir /usr/include
  433.  
  434.    ln -s /usr/src/linux/include/linux /usr/include/linux
  435.    ln -s /usr/src/linux/include/asm /usr/include/asm
  436.    ln -s /usr/X11R6/include/X11 /usr/include/X11
  437.    ln -s /usr/lib/g++-include /usr/include/g++
  438.  
  439.   The links may need adjusting according to your distribution.  At least
  440.   Slackware puts g++ headers in /usr/local/g++-include, while Debian
  441.   puts the headers in /usr/include/g++, and links /usr/lib/g++-include
  442.   to /usr/include/g++.  In the later case, you probably will want to
  443.   move the original g++ include directory back to /usr/include.
  444.  
  445.   4. Restore any extra header files and links.  Some non-standard
  446.      libraries such as ncurses put files in /usr/include or put a link
  447.      to their include directories in the /usr/include.  These files and
  448.      links need to be restored in order to use the extra libraries
  449.      properly.
  450.  
  451.   5. Add your new library directory (such as /usr/i486-linuxlibc5/lib)
  452.      at the top of your /etc/ld.so.conf file.  You should have ld.so
  453.      1.8.8 or better installed to avoid getting strange messages once
  454.      glibc is installed.
  455.  
  456.   6. Move/copy all the old C libraries into the new directory.
  457.  
  458.         mv /usr/lib/libbsd.a /usr/i486-linuxlibc5/lib
  459.         mv /usr/lib/libc.a /usr/i486-linuxlibc5/lib
  460.         mv /usr/lib/libgmon.a /usr/i486-linuxlibc5/lib
  461.         mv /usr/lib/libm.a /usr/i486-linuxlibc5/lib
  462.         mv /usr/lib/libmcheck.a /usr/i486-linuxlibc5/lib
  463.         mv /usr/lib/libc.so /usr/i486-linuxlibc5/lib
  464.         mv /usr/lib/libm.so /usr/i486-linuxlibc5/lib
  465.         cp /lib/libm.so.5.* /usr/i486-linuxlibc5/lib
  466.         cp /lib/libc.so.5.* /usr/i486-linuxlibc5/lib
  467.  
  468.   libm.so.5 and libc.so.5 should be copied and not moved if /usr is a
  469.   seperate partition from /, because they are required by programs used
  470.   to start linux and must be located on the root drive partition.
  471.  
  472.   7. Move the /usr/lib/*.o files into the new directory.
  473.  
  474.         mv /usr/lib/crt1.o /usr/i486-linuxlibc5/lib
  475.         mv /usr/lib/crti.o /usr/i486-linuxlibc5/lib
  476.         mv /usr/lib/crtn.o /usr/i486-linuxlibc5/lib
  477.         mv /usr/lib/gcrt1.o /usr/i486-linuxlibc5/lib
  478.  
  479.   8. Update your library cache after your libraries are moved.
  480.  
  481.    ldconfig -v
  482.  
  483.   5.3.  Installing from the binary package.
  484.  
  485.   If you are installing glibc from precompiled binaries, you must:
  486.  
  487.         cd /
  488.         gzip -dc glibc-2.0.bin.i386.tar.gz | tar tvvf -
  489.         gzip -dc glibc-crypt-2.0.bin.i386.tar.gz | tar tvvf -
  490.         ldconfig -v
  491.  
  492.   If you have a different architecture or version, substitute the proper
  493.   file names.
  494.  
  495.   5.4.  Installing from the source.
  496.  
  497.   To install the library from source, run:
  498.  
  499.         make install
  500.         ldconfig -v
  501.  
  502.   5.5.  Updating the gcc specs.
  503.  
  504.   The final step of the installation (for both binary and source
  505.   installs) is to update the gcc specs file so you can link your
  506.   programs properly. To determine which specs file is the one used by
  507.   gcc, use:
  508.  
  509.         % gcc -v
  510.         reading specs from /usr/lib/gcc-lib/i486-unknown-linux/2.7.2.2/specs
  511.         gcc version 2.7.2.2
  512.  
  513.   In this case, i486-unknown-linux is the system, and 2.7.2.2 is the
  514.   version.  You need to copy the /usr/lib/gcc-lib/<system> to the old
  515.   system directory:
  516.  
  517.    cd /usr/lib/gcc-lib/
  518.    cp -r i486-unknown-linux i486-linuxlibc5
  519.  
  520.   Change into the original directory and version directory
  521.  
  522.         cd /usr/lib/gcc-lib/i486-unknown-linux/2.7.2.2
  523.  
  524.   and edit the file specs found in this directory.  In this file, change
  525.   /lib/ld-linux.so.1 to /lib/ld-linux.so.2.  You also need to remove all
  526.   expressions %{...:-lgmon} in the file, since glibc does not use the
  527.   gmon library for profiling.  A sample specs file can be found in the
  528.   ``Sample specs file'' section.
  529.  
  530.   5.6.  Testing your installation.
  531.  
  532.   To test the installation, create the following program in a file
  533.   glibc.c:
  534.  
  535.         #include <stdio.h>
  536.  
  537.         main()
  538.         {
  539.             printf("hello world!\n");
  540.         }
  541.  
  542.   and compile the program.
  543.  
  544.         % gcc glibc.c -o glibc
  545.  
  546.   Use ldd to verify the program was linked with glibc2, and not your old
  547.   libc:
  548.  
  549.         % ldd glibc
  550.         libc.so.6 => /lib/libc.so.6 (0x4000e000)
  551.         /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
  552.  
  553.   If this compiles and generates "hello world!" when run, the installa¡
  554.   tion was successful.
  555.  
  556.   6.  Compiling with the non-primary libc.
  557.  
  558.   There are times you will want to use an alternate library to compile
  559.   your programs with.  This section explains how to accomplish this,
  560.   using the directories and installation names used in the examples in
  561.   the previous two sections.  Remember to change the names to fit your
  562.   setup.
  563.  
  564.   6.1.  A warning when using non-primary libcs.
  565.  
  566.   Before compiling any programs which is used in the system boot
  567.   process, remember that if the program is dynamically linked and is
  568.   used before the non-root partitions are mounted, all linked libraries
  569.   must be on the root partition.  Following the installation process in
  570.   the previous section for installing glibc as your primary C library,
  571.   the old libc is left in /lib, which will be on your root partition.
  572.   This means all of your programs will still work during booting.
  573.   However, if /usr is on a different partition and you install glibc as
  574.   a test library in /usr/i486-linuxglibc2, any new programs you compile
  575.   with glibc will not work until your /usr partition is mounted.
  576.  
  577.   6.2.  Compiling programs with a test glibc.
  578.  
  579.   To compile a program with a test-install glibc, you need to reset the
  580.   include paths to point to the glibc includes.  Specifying "-nostdinc"
  581.   will negate the normal paths, and "-I/usr/i486-linuxglibc2/include"
  582.   will point to the glibc includes.  You will also need to specify the
  583.   gcc includes, which are found in /usr/lib/gcc-
  584.   lib/i486-linuxglibc2/2.7.2.2/include (assuming you installed the test
  585.   lib in i486-linuxglibc2 with gcc version 2.7.2.2).
  586.  
  587.   To link a program with a test-install glibc, you need to specify the
  588.   gcc setup.  This is done by using the option "-b i486-linuxglibc2".
  589.  
  590.   For most programs, you can specify these new options by adding them to
  591.   the $CFLAGS and $LDFLAGS makefile options:
  592.  
  593.         CFLAGS = -nostdinc -I/usr/i486-linuxglibc2/include -I/usr/lib/gcc-lib/i486-linuxglibc2/2.7.2.2/include -b i486-linuxglibc2
  594.         LDFLAGS = -b i486-linuxglibc2
  595.  
  596.   If you are using a configure script, define the $CFLAGS and $LDFLAGS
  597.   shell variables (by using env/setenv for csh/tcsh, or set/export for
  598.   sh/bash/etc) before running configure.  The makefiles generated by
  599.   this should contain the proper $CFLAGS and $LDFLAGS.  Not all config¡
  600.   ure scripts will pick up the variables, so you should check after run¡
  601.   ning configure and edit the makefiles by hand if necessary.
  602.  
  603.   If the programs you are compiling only call gcc (and not cpp or
  604.   binutils directly), you can use the following script to save having to
  605.   specify all of the options each time:
  606.  
  607.         #!/bin/bash
  608.         /usr/bin/gcc -b i486-linuxglibc2 -nostdinc \
  609.                      -I/usr/i486-linuxglibc2/include \
  610.                      -I/usr/lib/gcc-lib/i486-linuxglibc2/2.7.2.2/include "$@"
  611.  
  612.   You can then use this script instead of "gcc" when compiling.
  613.  
  614.   6.3.  Compiling programs with libc 5 when glibc is primary library.
  615.  
  616.   To compile a program with your old libraries when you have installed
  617.   glibc as your main library, you need to reset the include paths to the
  618.   old includes.  Specifying "-nostdinc" will negate the normal paths,
  619.   and "-I/usr/i486-linuxlibc5/include" will point to the glibc includes.
  620.   You must also specify "-I/usr/lib/gcc-
  621.   lib/i486-linuxlibc5/2.7.2.2/include" to include the gcc specific
  622.   includes.  Remember to adjust these paths based on the what you named
  623.   the new directories and your gcc version.
  624.  
  625.   To link a program with your old libc, you need to specify the gcc
  626.   setup.  This is done by using the option "-b i486-linuxlibc5".
  627.  
  628.   For most programs, you can specify these new options by appending them
  629.   to the $CFLAGS and $LDFLAGS makefile options:
  630.  
  631.         CFLAGS = -nostdinc -I/usr/i486-linuxlibc5/include -I/usr/lib/gcc-lib/i486-linuxlibc5/2.7.2.2/include -b i486-linuxlibc5
  632.         LDFLAGS = -b i486-linuxlibc5
  633.  
  634.   If you are using a configure script, define the $CFLAGS and $LDFLAGS
  635.   shell variables (by using env/setenv for csh/tcsh, or set/export for
  636.   sh/bash/etc) before running configure.  The makefiles generated by
  637.   this should contain the proper $CFLAGS and $LDFLAGS.  Not all config¡
  638.   ure scripts will pick up the variables, so you should check after run¡
  639.   ning configure and edit the makefiles by hand if necessary.
  640.  
  641.   If the programs you are compiling only call gcc (and not cpp or
  642.   binutils directly), you can use the following script to save having to
  643.   specify all of the options each time:
  644.  
  645.         #!/bin/bash
  646.         /usr/bin/gcc -b i486-linuxlibc5 -nostdinc \
  647.                      -I/usr/i486-linuxlibc5/include \
  648.                      -I/usr/lib/gcc-lib/i486-linuxlibc5/2.7.2.2/include "$@"
  649.  
  650.   You can then use this script instead of "gcc" when compiling.
  651.  
  652.   7.  Compiling C++ programs.
  653.  
  654.   Libg++ uses parts of the math library, so is link to libm.  Since your
  655.   existing libg++ will be compiled with your old library, you will have
  656.   to recompile libg++ with glibc or get a binary copy.  The latest
  657.   source for libg++ along with a binary linked with glibc (for x86) can
  658.   be found at <ftp://ftp.yggdrasil.com/private/hjl/>.
  659.  
  660.   7.1.  Installing libg++ for a test glibc install.
  661.  
  662.   If you have installed glibc as a test library, you need to install the
  663.   files into the directory you installed glibc into (such as
  664.   /usr/i486-linuxglibc2 for the example in the previous sections).  If
  665.   you are installing from the binary package (which i would recommend,
  666.   since i never had any luck compiling libg++ this way), you need to
  667.   extract the files into a temporary directory and move all the usr/lib/
  668.   files into the <install directory>/lib/ directory, the usr/include/
  669.   files into the <install directory>/include/ directory (remember to
  670.   delete your include/g++ link first!), and the usr/bin/ files into the
  671.   <install directory>/bin/ directory.
  672.  
  673.   7.2.  Installing libg++ for a primary glibc install.
  674.  
  675.   If you have installed glibc as the primary library, you first need to
  676.   move your old libg++ files into your old libc directory if you still
  677.   want to be able to compile g++ programs with your old libc.  Probably
  678.   the easiest way to do this is by installing a new copy of the libg++
  679.   compiled with libc 5 as in the previous section, and then installing
  680.   the glibc version normally.
  681.  
  682.   7.3.  Compiling C++ programs with the non-primary libc.
  683.  
  684.   If you are trying to compile a C++ program with a non-primary libc,
  685.   you will need to include the g++ include dir, which in the examples
  686.   above would be /usr/i486-linuxglibc2/include/g++ for a test glibc
  687.   install or /usr/i486-linuxlibc5/include/g++ for a primary glibc
  688.   install.  This can usually be done by appending the $CXXFLAGS
  689.   variable:
  690.  
  691.         CXXFLAGS = -nostdinc -I/usr/i486-linuxglibc2/include -I/usr/lib/gcc-lib/i486-linuxglibc2/2.7.2.2/include -I/usr/i486-linuxlibc5/include/g++ -b i486-linuxglibc2
  692.  
  693.   8.  Reporting bugs.
  694.  
  695.   If you think the lib is buggy, please read first the FAQ. It might be
  696.   that others had the same problem and there's an easy solution. You
  697.   should also check the section "Recommended Tools to Install the GNU C
  698.   Library" in the INSTALL file since some bugs are bugs of the tools and
  699.   not of glibc.
  700.  
  701.   Once you've found a bug, make sure it's really a bug. A good way to do
  702.   this is to see if the GNU C library behaves the same way some other C
  703.   library does. If so, probably you are wrong and the libraries are
  704.   right (but not necessarily). If not, one of the libraries is probably
  705.   wrong.
  706.  
  707.   Next, go to  <http://www-gnats.gnu.org:8080/cgi-bin/wwwgnats.pl>, and
  708.   look through the bug database.  Check here to verify the problem has
  709.   not already be reported. You should also look at the file BUGS
  710.   (distributed with libc) to check for known bugs.
  711.  
  712.   Once you're sure you've found a new bug, try to narrow it down to the
  713.   smallest test case that reproduces the problem. In the case of a C
  714.   library, you really only need to narrow it down to one library
  715.   function call, if possible.  This should not be too difficult.
  716.   The final step when you have a simple test case is to report the bug.
  717.   When reporting a bug, send your test case, the results you got, the
  718.   results you expected, what you think the problem might be (if you've
  719.   thought of anything), your system type, the versions of the GNU C
  720.   library, the GNU CC compiler, and the GNU Binutils which you are
  721.   using.  Also include the files config.status and config.make which are
  722.   created by running configure; they will be in whatever directory was
  723.   current when you ran configure.
  724.  
  725.   All bug reports for the GNU C library should be sent using the
  726.   glibcbug shell script which comes with the GNU libc to <bugs@gnu.org>
  727.   (the older address  <bugs@gnu.ai.mit.edu> is still working), or
  728.   submitted through the GNATS web interface at <http://www-
  729.   gnats.gnu.org:8080/cgi-bin/wwwgnats.pl>.
  730.  
  731.   Suggestions and questions should be sent to the mailing list at <bugs-
  732.   glibc@prep.ai.mit.edu>.  If you don't read the gnewsgroup
  733.   gnu.bug.glibc, you can subscribe to the list by asking  <bug-glibc-
  734.   request@prep.ai.mit.edu>.
  735.  
  736.   Please DO NOT send bug report for the GNU C library to <bug-
  737.   gcc@prep.ai.mit.edu>.  That list is for bug reports for GNU CC.  GNU
  738.   CC and the GNU C library are separate entities maintained by separate
  739.   people.
  740.  
  741.   9.  Sample specs file.
  742.  
  743.   Included here is a sample specs file for glibc 2 which is used by gcc
  744.   for compiling and linking.  It should be found in the directory
  745.   /usr/lib/gcc-lib/<new system dir>/<gcc version>.  If you are running
  746.   an x86 system, you probably can copy this section to the file exactly.
  747.  
  748.    *asm:
  749.    %{V} %{v:%{!V:-V}} %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Yd,*} %{Wa,*:%*}
  750.  
  751.    *asm_final:
  752.    %{pipe:-}
  753.  
  754.    *cpp:
  755.    %{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__} %{!m386:-D__i486__} %{posix:-D_POSIX_SOURCE} %{pthread:-D_REENTRANT}
  756.  
  757.    *cc1:
  758.    %{profile:-p}
  759.  
  760.    *cc1plus:
  761.  
  762.    *endfile:
  763.    %{!shared:crtend.o%s} %{shared:crtendS.o%s} crtn.o%s
  764.  
  765.    *link:
  766.    -m elf_i386 %{shared:-shared}   %{!shared:     %{!ibcs:       %{!static:       %{rdynamic:-export-dynamic}     %{!dynamic-linker:-dynamic-linker /lib/ld-linux.so.2}}  %{static:-static}}}
  767.  
  768.    *lib:
  769.    %{!shared: %{pthread:-lpthread}        %{profile:-lc_p} %{!profile: -lc}}
  770.  
  771.    *libgcc:
  772.    -lgcc
  773.  
  774.    *startfile:
  775.    %{!shared:      %{pg:gcrt1.o%s} %{!pg:%{p:gcrt1.o%s}                  %{!p:%{profile:gcrt1.o%s}                         %{!profile:crt1.o%s}}}}    crti.o%s %{!shared:crtbegin.o%s} %{shared:crtbeginS.o%s}
  776.  
  777.    *switches_need_spaces:
  778.  
  779.    *signed_char:
  780.    %{funsigned-char:-D__CHAR_UNSIGNED__}
  781.  
  782.    *predefines:
  783.    -D__ELF__ -Dunix -Di386 -Dlinux -Asystem(unix) -Asystem(posix) -Acpu(i386) -Amachine(i386)
  784.  
  785.    *cross_compile:
  786.    0
  787.  
  788.    *multilib:
  789.    . ;
  790.  
  791.   10.  Miscellanea.
  792.  
  793.   10.1.  Further information.
  794.  
  795.   10.1.1.  Web pages.
  796.  
  797.   ╖  FSF's GNU C Library Home Page
  798.      <http://www.gnu.org/software/libc/libc.html>
  799.  
  800.   ╖  Using GNU Libc 2 with Linux <http://www.imaxx.net/~thrytis/glibc/>
  801.  
  802.   ╖  Installing glibc-2 on Linux <http://huizen.dds.nl/~frodol/glibc/>.
  803.  
  804.   ╖  Debian libc5 to libc6 Mini-HOWTO
  805.      <http://www.gate.net/~storm/FAQ/libc5-libc6-Mini-HOWTO.html>.
  806.  
  807.   10.1.2.  Newgroups.
  808.  
  809.   ╖  comp.os.linux.development.system
  810.  
  811.   ╖  comp.os.linux.development.apps
  812.  
  813.   ╖  linux.dev.kernel
  814.  
  815.   ╖  gnu.bugs.glibc
  816.  
  817.   10.1.3.  Mailing lists.
  818.  
  819.      Glibc 2 Linux discussion list.
  820.         This list is intended for discussion among Linux users who have
  821.         installed glibc2, the new GNU C libraries.  Topics might include
  822.         compatibility issues and questions about the compilation of code
  823.         in a Linux/glibc setting.  To subscribe, send mail to
  824.         Majordomo@ricardo.ecn.wfu.edu
  825.         <mailto:Majordomo@ricardo.ecn.wfu.edu> with a body of "subscribe
  826.         glibc-linux <your email address>.
  827.  
  828.   10.2.  Credits.
  829.  
  830.   Most of this information was stolen from the GNU Libc web page
  831.   <http://www.gnu.org/software/libc/libc.html> and from Ulrich Drepper's
  832.   <drepper@gnu.ai.mit.edu> glibc 2 announcement and his comments.
  833.   Andreas Jaeger <aj@arthur.rhein-neckar.de> provided some of the
  834.   Reporting bugs section.
  835.  
  836.   The following people have provided information and feedback for this
  837.   document:
  838.  
  839.   ╖  Allex <allex@ms2.accmail.com.tw>
  840.  
  841.   ╖  Mark Brown <M.A.Brown-4@sms.ed.ac.uk>
  842.  
  843.   ╖  Ulrich Drepper <drepper@gnu.ai.mit.edu>
  844.  
  845.   ╖  Scott K. Ellis <ellis@valueweb.net>
  846.  
  847.   ╖  Aron Griffis <agriffis@coat.com>
  848.  
  849.   ╖  Andreas Jaeger <aj@arthur.rhein-neckar.de>
  850.  
  851.   ╖  Frodo Looijaard <frodol@dds.nl>
  852.  
  853.   ╖  Ryan McGuire <rmcguire@freenet.columbus.oh.us>
  854.  
  855.   ╖  Shaya Potter <spotter@capaccess.org>
  856.  
  857.   ╖  Les Schaffer <godzilla@futuris.net>
  858.  
  859.   ╖  Andy Sewell <puck@pookhill.demon.co.uk>
  860.  
  861.   ╖  Gary Shea <shea@gtsdesign.com>
  862.  
  863.   ╖  Stephane <sr@adb.fr>
  864.  
  865.   ╖  Jan Vandenbos <jan@imaxx.net>
  866.  
  867.   Translations of this document are being done by:
  868.  
  869.   ╖  Chinese: Allex <allex@ms2.accmail.com.tw>
  870.  
  871.   ╖  French:  Olivier Tharan <tharan@int-evry.fr>
  872.  
  873.   ╖  Japanese:  Kazuyuki Okamoto <ikko-@pacific.rim.or.jp>
  874.  
  875.   10.3.  Feedback.
  876.  
  877.   Besides writing this HOWTO, maintaining the glibc 2 for Linux
  878.   <http://www.imaxx.net/~thrytis/glibc> page, and using it on my
  879.   machine, I have nothing to do with the glibc project.  I am far from
  880.   knowledgeable on this topic, though I try to help with problems mailed
  881.   to me.  I welcome any feedback, corrections, or suggestions you have
  882.   to offer.  Please send them to thrytis@imaxx.net
  883.   <mailto:thrytis@imaxx.net>.
  884.  
  885.   10.4.  Copyright.
  886.  
  887.   Copyright (c) 1997 by Eric Green.  This document may be distributed
  888.   under the terms set forth in the LDP license.
  889.  
  890.